home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mel_199.zip / WARRIOR.BAT < prev    next >
DOS Batch File  |  1992-06-06  |  720b  |  23 lines

  1. REM This is a sample batch file for running MELEE from a BBS.
  2.  
  3. @echo off
  4. REM Use above line only if running MS-DOS 3.3 or later.
  5.  
  6. cd melee
  7. REM Go to the directory in which you put the door... (this example
  8. REM assumes that the MELEE directory is above the current one).
  9.  
  10. melee
  11. REM Run the door, eh? See the SYSOP.DOC for use of command line parameters
  12. REM (not needed in most cases).
  13.  
  14. cd..
  15. REM Go back to your BBS directory. Easy as pie!
  16.  
  17. REM Insert whatever you need to re-load your bbs here.... (duh!)
  18.  
  19. REM Run MAINT.EXE and RANKINGS.EXE nightly from within the MELEE directory.
  20. REM NOTE: It is not recommended that you run these two files from the same
  21. REM batch file you use to call the door.
  22.  
  23.